Skip to content

Commit

Permalink
a few reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKardash committed Jul 2, 2024
1 parent 321bf68 commit 985f960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_tests/tests/cluster/test_master_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _test_master_restart_reattach_recover_experiment(
sess,
exp_id,
bindings.experimentv1State.COMPLETED,
max_wait_secs=downtime + exp_timeout + max_workload_ticks,
max_wait_secs=downtime + exp_timeout,
)
trials = exp.experiment_trials(sess, exp_id)

Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
USER_PASSWORD = ""
DEFAULT_MAX_WAIT_SECS = 1800
MAX_TASK_SCHEDULED_SECS = 30
MAX_TRIAL_BUILD_SECS = 60
MAX_TRIAL_BUILD_SECS = 90


DEFAULT_TF2_CPU_IMAGE = "determinedai/tensorflow-ngc-dev:0e43056"
Expand Down

0 comments on commit 985f960

Please sign in to comment.