Skip to content

Commit

Permalink
Merge branch 'progress' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Jun 17, 2019
2 parents 9462003 + ffd3f93 commit be31234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchspawner/batchspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ async def progress(self):
await yield_({
"message": "Unknown status...",
})
await gen.sleep(.1)
await gen.sleep(1)

class BatchSpawnerRegexStates(BatchSpawnerBase):
"""Subclass of BatchSpawnerBase that uses config-supplied regular expressions
Expand Down

0 comments on commit be31234

Please sign in to comment.