We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805ec06 commit 2e42739Copy full SHA for 2e42739
fvt/predictor/predictor_suite_test.go
@@ -56,7 +56,9 @@ var _ = SynchronizedBeforeSuite(func() []byte {
56
FVTClientInstance.CreateTLSSecrets()
57
58
// ensure a stable deploy state
59
- WaitForStableActiveDeployState(time.Second * 45)
+ //WaitForStableActiveDeployState(time.Second * 45)
60
+ Log.Info("TIMEOUT 100")
61
+ WaitForStableActiveDeployState(time.Second * 100)
62
63
return nil
64
}, func(_ []byte) {
0 commit comments