Skip to content

Commit

Permalink
Merge pull request #1755 from globus/increase_smoke_test_timeout
Browse files Browse the repository at this point in the history
Increase max timeout in smoke tests to avoid tutorial endpoint slowness
  • Loading branch information
LeiGlobus authored Jan 9, 2025
2 parents 52d15e4 + c1986b3 commit 4fd129d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke_tests/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def tutorial_function_id(compute_test_config):

@pytest.fixture
def timeout_s():
return 60
return 300


class LinearBackoff:
Expand Down

0 comments on commit 4fd129d

Please sign in to comment.