Skip to content

Commit a8b85ff

Browse files
committed
Extend test timeout too
1 parent ec25ce9 commit a8b85ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-couchdb-authentication/src/components/Authentication.e2e.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ describe("<Authentication /> with CouchDB instance", () => {
154154

155155
// We successfully delete the user that we created
156156
expect(userDelete.ok).toBe(true);
157-
});
157+
}, 25000);
158158
});

0 commit comments

Comments
 (0)