Skip to content

Commit

Permalink
change GCP sanity test timeout to 20m
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon committed Feb 14, 2025
1 parent 2757759 commit 8fa45c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_sanity_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from loguru import logger

CONFIG_TIMEOUT = 120
GCP_CONFIG_TIMEOUT = 600
GCP_CONFIG_TIMEOUT = 1200
CNVM_CONFIG_TIMEOUT = 3600

# The timeout and backoff for waiting all agents are running the specified component.
Expand Down

0 comments on commit 8fa45c1

Please sign in to comment.