Fix nightly running failure

Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
Ming
2022-06-04 05:33:48 +00:00
parent 9af031b84a
commit 56f72797db
9 changed files with 62 additions and 75 deletions

View File

@@ -57,7 +57,7 @@ func (m *MultiNSBackup) Init() error {
}
} else {
m.NamespacesTotal = 2
m.TimeoutDuration = time.Minute * 5
m.TimeoutDuration = time.Minute * 10
m.TestMsg = &TestMSG{
Text: "When I create 2 namespaces should be successfully backed up and restored",
FailedMSG: "Failed to successfully backup and restore multiple namespaces",