Skip to content

Commit 3466a54

Browse files
committed
nit
1 parent 68f07ca commit 3466a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/workflows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ func TestScheduledWorkflows(t *testing.T) {
12631263

12641264
// Verify timing - each execution should be approximately 1 second apart
12651265
scheduleInterval := 1 * time.Second
1266-
allowedSlack := 2 * time.Second
1266+
allowedSlack := 3 * time.Second
12671267

12681268
for i, execTime := range executionTimes {
12691269
// Calculate expected execution time based on schedule interval

0 commit comments

Comments
 (0)