Skip to content

Commit

Permalink
Merge pull request #453 from aurel32/master
Browse files Browse the repository at this point in the history
test/integration: bump timeout to 20s
  • Loading branch information
k8s-ci-robot authored Feb 20, 2024
2 parents 7a0d5b4 + b4a5507 commit 37d671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
generatedOpenAPIv3FileName = "generated.v3.json"
goldenOpenAPIv3Filename = "golden.v3.json"

timeoutSeconds = 10.0
timeoutSeconds = 20.0
)

var (
Expand Down

0 comments on commit 37d671a

Please sign in to comment.