Skip to content

Commit

Permalink
extend timeout limit
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 13, 2024
1 parent 0cc319f commit 0383932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from peft import LoraConfig
from verify import verify_experiment_results

# Experiment timeout is 40 min.
EXPERIMENT_TIMEOUT = 60 * 40
# Experiment timeout is 60 min.
EXPERIMENT_TIMEOUT = 60 * 60

# The default logging config.
logging.basicConfig(level=logging.INFO)
Expand Down

0 comments on commit 0383932

Please sign in to comment.