testdata: increase timings used for timers test to try to avoid race condition errors on macOS CI

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2022-09-28 17:07:40 +02:00
committed by Ron Evans
parent 895c542076
commit c2fb1e776a
2 changed files with 36 additions and 36 deletions
+11 -11
View File
@@ -1,16 +1,16 @@
waiting on ticker
- after 125ms
waited on ticker at 250ms
- after 375ms
- after 150ms
- after 200ms
waited on ticker at 500ms
- after 625ms
ticker was stopped (didn't send anything after 500ms)
- after 300ms
waited on ticker at 1000ms
ticker was stopped (didn't send anything after 750ms)
waiting on timer
- after 125ms
waited on timer at 250ms
- after 250ms
- after 200ms
waited on timer at 500ms
- after 400ms
timer reset: false
waiting on timer
- after 125ms
waited on timer at 250ms
- after 250ms
- after 200ms
waited on timer at 500ms
- after 400ms