Skip to content

Commit f7df447

Browse files
committed
comment
1 parent ff00332 commit f7df447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/queues_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ func TestQueueTimeouts(t *testing.T) {
977977
assert.Equal(t, "blocking-done", blockingResult, "expected blocking workflow result")
978978

979979
// Now the second workflow should dequeue and complete successfully (timeout should be much longer than execution time)
980-
// Note: this might be flaky if we hit the dequeue interval 1sec boundary...
980+
// Note: this might be flaky if we the dequeue is delayed too long
981981
_, err = handle.GetResult()
982982
require.NoError(t, err, "unexpected error from workflow")
983983

0 commit comments

Comments
 (0)