Skip to content

Commit

Permalink
Tests: increase the maximum time waiting for conveyor tests
Browse files Browse the repository at this point in the history
We sometimes reach the 60s limit too fast and trigger test failures.
  • Loading branch information
rcarpa committed Jan 16, 2024
1 parent b9447cd commit df4122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
from tests.ruciopytest import NoParallelGroups
from tests.mocks.mock_http_server import MockServer

MAX_POLL_WAIT_SECONDS = 60
MAX_POLL_WAIT_SECONDS = 100
TEST_FTS_HOST = 'https://fts:8446'


Expand Down

0 comments on commit df4122c

Please sign in to comment.