Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bouskaJ committed Sep 4, 2020
1 parent d542fd3 commit b3c45d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func (o *testCmdOptions) createAndRunTest(c client.Client, rawName string, runCo
}
}
return false, nil
}, 10*time.Minute)
}, 30*time.Minute)

cancel()
}()
Expand Down

0 comments on commit b3c45d0

Please sign in to comment.