Adjust timeout for TestBackupAndRestore

This commit is contained in:
Jakub Al-Khalili 2019-12-17 15:41:51 +01:00
parent 667d263f7d
commit ba4a35b7a3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func TestBackupAndRestore(t *testing.T) {
i, err := job.InvokeSimple(map[string]string{})
require.NoError(t, err, i)
// 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)
waitForRecreateJenkinsMasterPod(t, jenkins)