Skip to content

Commit 15472ba

Browse files
committed
[ci] no reason why this ui test is bad now
Signed-off-by: Oriol Muñoz <[email protected]>
1 parent cd5e5dd commit 15472ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sv/frontend/src/__tests__/sv.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,6 @@ describe('SetAmuletRules', () => {
349349
// the second element is gone
350350
).toStrictEqual(initialSteps.filter((_, i) => i !== 1));
351351
},
352-
{ timeout: 10000 }
352+
{ timeout: 20000 }
353353
);
354354
});

0 commit comments

Comments
 (0)