Skip to content

Commit cae9aa5

Browse files
Add timer
1 parent 10d5969 commit cae9aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/e2e_cascade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ func TestCascadeE2E(t *testing.T) {
566566
t.Logf("Download response: %s", dtaskID)
567567
require.NoError(t, err, "Failed to download cascade data using action ID")
568568

569-
time.Sleep(30 * time.Second) // Wait to ensure all events are processed
569+
time.Sleep(1 * time.Minute) // Wait to ensure file us downloaded
570570

571571
resa, err := lumeraClinet.Action().GetAction(ctx, actionID)
572572

0 commit comments

Comments
 (0)