Skip to content
Snippets Groups Projects
Commit 92416876 authored by Florian Fischer's avatar Florian Fischer
Browse files

[eval.py] reduce generous times between evaluation steps

parent 9eb756ac
Branches
No related tags found
No related merge requests found
......@@ -362,9 +362,9 @@ COORDINATOR = HOSTNAME
COORDINATOR_EXE = f'{CLIENT_DIR}/build/apps/coordinator'
CLIENTS = None
STARTUP_TIME = 30
TERMINATION_TIME = 30
CLIENT_SEPARATION_TIME = 60
STARTUP_TIME = 10
TERMINATION_TIME = 10
CLIENT_SEPARATION_TIME = 10
TERMINATION_CMD = 'nc {host} 12345'
SERVER_KILL_CMD = 'pkill -9 {proc}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment