Skip to content

Commit

Permalink
Increase timeout of puppeteer to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCCWong committed Sep 23, 2023
1 parent 4b26204 commit 0ee7635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-card-flip",
"version": "1.2.0",
"version": "1.2.1",
"description": "ReactCardFlip",
"main": "./lib/ReactCardFlip.js",
"types": "./lib/ReactCardFlip.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import puppeteer from 'puppeteer';
import path from 'path';
const timeout = 30000;
const timeout = 60000;

function getBrowser() {
return puppeteer.launch({
Expand Down

0 comments on commit 0ee7635

Please sign in to comment.