Skip to content

Commit 2e42739

Browse files
committed
adding a timeout buffer for the BeforeSuite tests
Signed-off-by: Mariah Holder <marholde@redhat.com>
1 parent 805ec06 commit 2e42739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fvt/predictor/predictor_suite_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ var _ = SynchronizedBeforeSuite(func() []byte {
5656
FVTClientInstance.CreateTLSSecrets()
5757

5858
// ensure a stable deploy state
59-
WaitForStableActiveDeployState(time.Second * 45)
59+
//WaitForStableActiveDeployState(time.Second * 45)
60+
Log.Info("TIMEOUT 100")
61+
WaitForStableActiveDeployState(time.Second * 100)
6062

6163
return nil
6264
}, func(_ []byte) {

0 commit comments

Comments
 (0)