Skip to content

Commit d229513

Browse files
Extend poll timeout in zombie process test (#207)
This test is flaky on Windows, so let's give it a bit more time to reap
1 parent 05a163c commit d229513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/orchestrator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func TestOrchestrator(t *testing.T) {
126126
}
127127
return poll.Success()
128128
}
129-
poll.WaitOn(t, check, poll.WithTimeout(20*time.Second))
129+
poll.WaitOn(t, check, poll.WithTimeout(1*time.Minute))
130130
},
131131
},
132132
},

0 commit comments

Comments
 (0)