Skip to content

Commit

Permalink
Increase Medusa backup timeout in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Mar 28, 2024
1 parent 266c005 commit 145de60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ func applyPollingDefaults() {
polling.reaperReady.timeout = 10 * time.Minute
polling.reaperReady.interval = 15 * time.Second

polling.medusaBackupDone.timeout = 5 * time.Minute
polling.medusaBackupDone.interval = 5 * time.Second
polling.medusaBackupDone.timeout = 10 * time.Minute
polling.medusaBackupDone.interval = 15 * time.Second

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

0 comments on commit 145de60

Please sign in to comment.