Skip to content

Commit

Permalink
curio: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 16, 2024
1 parent ccf81ec commit 2dd7db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/harmonytask_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ func TestBoredom(t *testing.T) {
ht, err := harmonytask.New(cdb, []harmonytask.TaskInterface{boredParty}, "test:1")
require.NoError(t, err)
require.Eventually(t, func() bool { return ran }, time.Second, time.Millisecond*100)
ht.GracefullyTerminate(time.Hour)
ht.GracefullyTerminate()
})
}

0 comments on commit 2dd7db2

Please sign in to comment.