mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
e2e: more occasionally slow exec tasks (#19337)
This commit is contained in:
@@ -42,6 +42,7 @@ func testExecNamespacePID(t *testing.T) {
|
||||
job, cleanup := jobs3.Submit(t,
|
||||
"./input/exec.hcl",
|
||||
jobs3.WaitComplete("group"),
|
||||
jobs3.Timeout(time.Second*30), // exec can be a bit slow
|
||||
)
|
||||
t.Cleanup(cleanup)
|
||||
|
||||
@@ -53,6 +54,7 @@ func testExecHostPID(t *testing.T) {
|
||||
job, cleanup := jobs3.Submit(t,
|
||||
"./input/exec_host.hcl",
|
||||
jobs3.WaitComplete("group"),
|
||||
jobs3.Timeout(time.Second*30), // exec can be a bit slow
|
||||
)
|
||||
t.Cleanup(cleanup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user