test: increase sleep time for test

pull/3037/head
Frank Schroeder 8 years ago
parent f498f24032
commit aa92adcdd5
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD

@ -76,7 +76,7 @@ func TestCheckMonitor_Timeout(t *testing.T) {
check.Start()
defer check.Stop()
time.Sleep(50 * time.Millisecond)
time.Sleep(150 * time.Millisecond)
// Should have at least 2 updates
if notif.Updates("foo") < 2 {

Loading…
Cancel
Save