1
0
forked from Mirror/wren

Fix test and add skynet example.

This commit is contained in:
Bob Nystrom
2016-02-14 22:21:50 -08:00
parent d823896136
commit b8e85c83a8
3 changed files with 29 additions and 2 deletions

View File

@ -122,7 +122,7 @@ class Test:
timed_out[0] = True
p.kill()
timer = Timer(2, kill_process, [proc])
timer = Timer(5, kill_process, [proc])
try:
timer.start()