mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Revert "executor/linux: add defensive checks to binary path"
This reverts commit cb36f4537e.
This commit is contained in:
@@ -1085,7 +1085,7 @@ func TestTaskRunner_Download_ChrootExec(t *testing.T) {
|
||||
// Wait for task to run and exit
|
||||
select {
|
||||
case <-tr.WaitCh():
|
||||
case <-time.After(time.Duration(testutil.TestMultiplier()*30) * time.Second):
|
||||
case <-time.After(time.Duration(testutil.TestMultiplier()*15) * time.Second):
|
||||
require.Fail(t, "timed out waiting for task runner to exit")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user