Skip to content

Commit

Permalink
Increase max timeout in smoke tests to avoid tutorial endpoint slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Jan 8, 2025
1 parent c8f1275 commit 0cc2001
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 0cc2001

Please sign in to comment.