Skip to content

Commit a5c269a

Browse files
committed
Increase timeout
1 parent daf2807 commit a5c269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/e2e.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ func EndToEndBackendTest(t *testing.T, setup func(options ...backend.BackendOpti
654654

655655
instance := runWorkflow(t, ctx, c, wf, 0)
656656

657-
r, err := client.GetWorkflowResult[int](ctx, c, instance, time.Second*10)
657+
r, err := client.GetWorkflowResult[int](ctx, c, instance, time.Second*20)
658658
require.NoError(t, err)
659659
require.Equal(t, 3, r)
660660
},

0 commit comments

Comments
 (0)