Skip to content

Commit

Permalink
Increase timeout to 20000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie-Wong-H committed Sep 14, 2024
1 parent 11a4ccd commit e724da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/create.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ describe("Create user with valid system API key", () => {
expect(response.statusCode).toBe(200);
expect(response.headers["content-type"]).toMatch(/^application\/json/);
expect(typeof response.body).toBe("object");
}, 10000);
}, 20000);
});

0 comments on commit e724da6

Please sign in to comment.