Merge pull request #233 from jakalkhalili/master
Adjust timeout for TestBackupAndRestore
This commit is contained in:
		
						commit
						041eb9a5ea
					
				|  | @ -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) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue