We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1d1ba commit 4b4fe4aCopy full SHA for 4b4fe4a
test/component_test.go
@@ -197,7 +197,7 @@ func (s *ComponentSuite) TestBasic() {
197
case <-stopChannel:
198
msg := "runner is ready"
199
fmt.Println(msg)
200
- case <-time.After(2 * time.Minute):
+ case <-time.After(5 * time.Minute):
201
defer close(stopChannel)
202
msg := "runner is not ready"
203
assert.Fail(s.T(), msg)
0 commit comments