Skip to content

Commit 2c6a649

Browse files
committed
increase timeout
1 parent 5e0bb0e commit 2c6a649

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/commands/test_arbiter.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
# internal
1313
from tests.resources import base_args, resource
1414

15+
TIMEOUT = 120
1516

16-
@mark.timeout(60)
17+
18+
@mark.timeout(TIMEOUT)
1719
def test_arbiter_command_basic():
1820
"""Test basic usages of the 'arbiter' command."""
1921

@@ -35,7 +37,7 @@ def test_arbiter_command_basic():
3537
)
3638

3739

38-
@mark.timeout(60)
40+
@mark.timeout(TIMEOUT)
3941
def test_arbiter_command_advanced():
4042
"""Test advanced usages of the 'arbiter' command."""
4143

0 commit comments

Comments
 (0)