Skip to content

Commit

Permalink
Increase the timeout for the e2e login tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arilloid committed Dec 10, 2024
1 parent 8eb23c5 commit e2ab2cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/login.e2e.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { expect, test } from "@nuxt/test-utils/playwright";

test.setTimeout(60000);

const TEST_USERNAME = "testovich";
const TEST_PASSWORD = "best password ever";

Expand Down

0 comments on commit e2ab2cc

Please sign in to comment.