Skip to content

Commit 7fed164

Browse files
committed
Increase unit test timeouts
1 parent b9bf91e commit 7fed164

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: action/test/jest-global-setup-hooks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jest.setTimeout(15000);
1+
jest.setTimeout(1000 * 60 * 60);

Diff for: action/test/specs/ssh-github.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const DATA_DIR = path.join(util.DATA_DIR, 'ssh-no-branch-github');
77

88
it('Deploy to an existing branch on GitHub', async () => {
99

10-
jest.setTimeout(1000 * 60 * 60);
11-
1210
// Create empty repo
1311
await util.mkdir(REPO_DIR);
1412
await util.execWithOutput('git init --bare', { cwd: REPO_DIR });

0 commit comments

Comments
 (0)