Merge pull request #233 from jakalkhalili/master

Adjust timeout for TestBackupAndRestore
This commit is contained in:
Tomasz Sęk 2019-12-17 15:50:06 +01:00 committed by GitHub
commit 041eb9a5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)