[wip] restore scheduled stop

This commit is contained in:
Michael Bradley, Jr 2021-12-02 17:12:35 -06:00
parent fc55073147
commit 1d94fc3b85
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ proc main() {.async.} =
runner.workers[experiment].worker.awaitTasks = false
await runner.start
server.start
# asyncSpawn runner.scheduleStop(10.seconds)
asyncSpawn runner.scheduleStop(10.seconds)
while runner.running.load: poll()