Skip to content

Commit

Permalink
Merge pull request #123 from cgat-developers/AC-gevent
Browse files Browse the repository at this point in the history
Modified GEVENT_TIMEOUT_WAIT
  • Loading branch information
Adam Cribbs authored Jul 27, 2020
2 parents 9d78264 + 66a2f83 commit 11f3e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgatcore/pipeline/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# Timeouts for event loop
GEVENT_TIMEOUT_STARTUP = 5
GEVENT_TIMEOUT_WAIT = 1
GEVENT_TIMEOUT_WAIT = 30


# dictionary mapping job metrics to data type
Expand Down

0 comments on commit 11f3e87

Please sign in to comment.