Skip to content

Commit

Permalink
Updated timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Jul 3, 2024
1 parent f3d5129 commit 15bf5c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compatibilityTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
with:
node-version: 18
args: install

- name: Cache node modules
id: cache-npm
Expand Down Expand Up @@ -64,5 +63,5 @@ jobs:
env:
CI: "true"
with:
args: npm run test:compatibility:headful
args: npm run test:compatibility
# run: npm run test:compatibility:headful
3 changes: 2 additions & 1 deletion test/compatibility.headful.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Puppeteer browser tests that install the extension and therefore require a headful browser to run.
import expect from "expect.js";
import puppeteer from "puppeteer";
import { fileURLToPath } from 'url';
Expand All @@ -6,7 +7,7 @@ import { dirname, join } from 'path';
const __dirname = dirname(fileURLToPath(import.meta.url));

describe("compatibility", function () {
this.timeout(20000);
this.timeout(50000);

context("YouTube", function () {
context("shuffle button insertion", function () {
Expand Down

0 comments on commit 15bf5c0

Please sign in to comment.