Skip to content

Commit ab1681c

Browse files
committed
[tests] Longer timeout
1 parent 2f6ca8e commit ab1681c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/demos/city-database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ test('city-database', async () => {
6262
'tbody tr:nth-child(1) td:nth-child(1)',
6363
'la Morera de Montsant',
6464
);
65-
}, 10000);
65+
}, 20000);

test/e2e/demos/movie-database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ test('movie-database', async () => {
120120
)
121121
).click();
122122
await expectedFramedElement('li', 'Gender: Female');
123-
}, 10000);
123+
}, 20000);

0 commit comments

Comments
 (0)