Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
quick fix for ci (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crysple authored and yds05 committed Oct 30, 2018
1 parent cbc808b commit ce17fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/naive/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self, installed = True):
self.fetch_experiment_config()
current_trial = 0

for _ in range(60):
for _ in range(100):
time.sleep(1)

tuner_status = self.read_last_line('tuner_result.txt')
Expand All @@ -89,7 +89,7 @@ def run(self, installed = True):
current_trial = trial
print('Trial #%d done' % trial)

assert experiment_status, 'Failed to finish in 1 min'
assert experiment_status, 'Failed to finish in 100 sec'

ss1 = json.load(open('search_space.json'))
ss2 = json.load(open('tuner_search_space.json'))
Expand Down

0 comments on commit ce17fa3

Please sign in to comment.