Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Dec 8, 2017
1 parent 6943ee4 commit 7c4bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestAbortAfterMaxRunTime(t *testing.T) {
}
// TODO: this is a hack to make sure sleep process has died before we call teardown
// We need to make sure processes are properly killed when a task is aborted
time.Sleep(1.5 * time.Second)
time.Sleep(1500 * time.Millisecond)
}

func TestIdleWithoutCrash(t *testing.T) {
Expand Down

0 comments on commit 7c4bb8f

Please sign in to comment.