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
Radu Carpa authored and bari12 committed Jan 22, 2024
1 parent 84bdbde commit dd581ee
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 dd581ee

Please sign in to comment.