mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Increase timeout in e2e test
This commit is contained in:
@@ -50,7 +50,7 @@ func RegisterAndWaitForAllocs(f *framework.F, nomadClient *api.Client, jobFile s
|
||||
// Look for allocations
|
||||
allocs, _, _ := jobs.Allocations(*job.ID, false, nil)
|
||||
return allocs
|
||||
}, 10*time.Second, time.Second).ShouldNot(BeEmpty())
|
||||
}, 20*time.Second, time.Second).ShouldNot(BeEmpty())
|
||||
|
||||
allocs, _, err := jobs.Allocations(*job.ID, false, nil)
|
||||
require.Nil(err)
|
||||
|
||||
Reference in New Issue
Block a user