Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4621 from golemfactory/mwu/e2e-less-timout
Browse files Browse the repository at this point in the history
node_integration_tests: lowered the comp.tasks timeout from 60 to 2 minutes
  • Loading branch information
maaktweluit authored Aug 23, 2019
2 parents 121751e + aa2d886 commit 79c62e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node_integration_tests/playbooks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def on_success(result):
new_tasks = tasks - self.known_tasks
if len(new_tasks) != 1:
print("Cannot find the new task ({})".format(new_tasks))
time.sleep(30)
time.sleep(3)
else:
self.task_id = list(new_tasks)[0]
print("Task id: {}".format(self.task_id))
Expand Down

0 comments on commit 79c62e6

Please # to comment.