mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Merge pull request #1995 from weaveworks/1984-flaky-overlay-test
Give time to the overlay test backoff collectors to finish
This commit is contained in:
@@ -81,6 +81,9 @@ func runTest(t *testing.T, f func(*overlay.Weave)) {
|
||||
return len(have.Overlay.Nodes)
|
||||
})
|
||||
|
||||
// Give some time for the Backoff collectors to finish
|
||||
time.Sleep(time.Second)
|
||||
|
||||
f(w)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user