Skip to content

Commit

Permalink
mods test
Browse files Browse the repository at this point in the history
  • Loading branch information
henderjon committed Jun 4, 2018
1 parent 06b2ef3 commit 4748022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shutdown_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestShutdownWait(t *testing.T) {
}

go func() {
time.Sleep(time.Duration(1) * time.Second)
time.Sleep(time.Duration(2) * time.Second)
shutdown.Now("")
count++
}()
Expand Down

0 comments on commit 4748022

Please sign in to comment.