Skip to content

Commit

Permalink
attempt fix (#157)
Browse files Browse the repository at this point in the history
refs #124
  • Loading branch information
aastein authored Mar 27, 2018
1 parent 7f26037 commit 3335953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/akashd/start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Test_Start(t *testing.T) {
}()

select {
case <-time.After(1 * time.Second):
case <-time.After(2 * time.Second):
// cancel the process
testCtx.Cancel()
case err := <-errch:
Expand Down

0 comments on commit 3335953

Please sign in to comment.