diff --git a/test/scheduler/load_balancing.sh b/test/scheduler/load_balancing.sh index 174033fdc..ebd86d1c9 100755 --- a/test/scheduler/load_balancing.sh +++ b/test/scheduler/load_balancing.sh @@ -124,6 +124,10 @@ balanced() { else active_thread "$thread0" 0 fi + + # Give scheduler some time to spin the cpu down|up + sleep 0.5s + reactor_framework=$(rpc_cmd framework_get_reactors | jq -r '.reactors[]') printf '* Sample %u\n' "$samples" # Include main cpu to check if thread is put back on it