Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Dec 2, 2024
1 parent bb65ff8 commit 9543f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_evo.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def kill_proc():

mt_kahypar_proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, universal_newlines=True, preexec_fn=os.setsid)

t = Timer(timelimit + 20, kill_proc)
t = Timer(timelimit + 1000, kill_proc)
t.start()
out, err = mt_kahypar_proc.communicate()
t.cancel()
Expand Down

0 comments on commit 9543f41

Please sign in to comment.