Skip to content

Commit

Permalink
fixup! feat: added PR time check for dashboard required for creating …
Browse files Browse the repository at this point in the history
…a workspace
  • Loading branch information
olexii4 committed Sep 13, 2023
1 parent 48f6037 commit 1b5009c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('Workspace creation time', () => {
await waitFor(
() =>
expect(mockPost).toBeCalledWith('/api/factory/resolver', { error_code: undefined, url }),
{ timeout: 4000 },
{ timeout: 6000 },
);
expect(mockPost).toHaveBeenCalledTimes(1);
expect(mockGet).not.toHaveBeenCalled();
Expand Down

0 comments on commit 1b5009c

Please sign in to comment.