Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Add a delay to test for timing flake
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlevy committed Oct 10, 2017
1 parent 9ca7503 commit 5db1da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/checkpointer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ func TestCheckpointerUnscheduleCheckpointer(t *testing.T) {
}
enableGroup.Wait()

time.Sleep(120 * time.Second)

// Verify that the pod-checkpointer is cleaned up but the daemonset is still running.
if err := verifyPod(c, "pod-checkpointer", false); err != nil {
t.Fatalf("Failed to verifyPod: %s", err)
Expand Down

0 comments on commit 5db1da7

Please sign in to comment.