add e2e test retries (#1011)

pull/1009/head^2
Alex Johansson 2021-10-20 16:18:50 +02:00 committed by GitHub
parent 02c62c18ef
commit 9e16007c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import { kont } from "kont";
import { pageProvider } from "./lib/pageProvider";
jest.setTimeout(60e3);
jest.retryTimes(3);
describe("free user", () => {
const ctx = kont()

View File

@ -4,6 +4,7 @@ import { loginProvider } from "./lib/loginProvider";
import { randomString } from "./lib/testUtils";
jest.setTimeout(60e3);
jest.retryTimes(3);
describe("pro user", () => {
const ctx = kont()