Skip to content

Commit 45a8e9d

Browse files
PBM. Extend wait timeout for operations in e2e tests (#1196)
1 parent cf6ade1 commit 45a8e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/pkg/pbm/pbm_ctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func (c *Ctl) RunCmd(cmds ...string) (string, error) {
303303
}
304304
defer container.Close()
305305

306-
tmr := time.NewTimer(time.Duration(float64(defs.WaitBackupStart) * 1.5))
306+
tmr := time.NewTimer(time.Duration(float64(defs.WaitBackupStart) * 3))
307307
tkr := time.NewTicker(500 * time.Millisecond)
308308
for {
309309
select {

0 commit comments

Comments
 (0)