Adjust timeout for TestBackupAndRestore
This commit is contained in:
parent
667d263f7d
commit
ba4a35b7a3
|
|
@ -38,7 +38,7 @@ func TestBackupAndRestore(t *testing.T) {
|
||||||
i, err := job.InvokeSimple(map[string]string{})
|
i, err := job.InvokeSimple(map[string]string{})
|
||||||
require.NoError(t, err, i)
|
require.NoError(t, err, i)
|
||||||
// FIXME: waitForJobToFinish use
|
// FIXME: waitForJobToFinish use
|
||||||
time.Sleep(60 * time.Second) // wait for the build to complete
|
time.Sleep(120 * time.Second) // wait for the build to complete
|
||||||
|
|
||||||
restartJenkinsMasterPod(t, jenkins)
|
restartJenkinsMasterPod(t, jenkins)
|
||||||
waitForRecreateJenkinsMasterPod(t, jenkins)
|
waitForRecreateJenkinsMasterPod(t, jenkins)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue