We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f07ca commit 3466a54Copy full SHA for 3466a54
dbos/workflows_test.go
@@ -1263,7 +1263,7 @@ func TestScheduledWorkflows(t *testing.T) {
1263
1264
// Verify timing - each execution should be approximately 1 second apart
1265
scheduleInterval := 1 * time.Second
1266
- allowedSlack := 2 * time.Second
+ allowedSlack := 3 * time.Second
1267
1268
for i, execTime := range executionTimes {
1269
// Calculate expected execution time based on schedule interval
0 commit comments