Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Apr 12, 2024
1 parent bc9fff5 commit 43f76de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ func applyPollingDefaults() {
polling.medusaBackupDone.timeout = 10 * time.Minute
polling.medusaBackupDone.interval = 15 * time.Second

polling.medusaRestoreDone.timeout = 25 * time.Minute
polling.medusaRestoreDone.timeout = 10 * time.Minute
polling.medusaRestoreDone.interval = 15 * time.Second

polling.datacenterUpdating.timeout = 1 * time.Minute
Expand Down

0 comments on commit 43f76de

Please sign in to comment.