Skip to content

Commit

Permalink
make chief sleep longer before exiting (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin authored Nov 29, 2023
1 parent 92d713a commit 7430e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_tuner/distribute/oracle_chief.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ def start_server(oracle):

if oracle_servicer.stop_triggered:
while not exit_chief(oracle):
time.sleep(2) # pragma: no cover
time.sleep(20) # pragma: no cover
break

0 comments on commit 7430e6c

Please sign in to comment.