Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunmehta committed Jul 12, 2023
1 parent 11af80f commit 2060ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/all.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { spawn } = require('child_process');
const heartbeats = require('../main');

jest.setTimeout(10000);
jest.setTimeout(20000);

describe('module functions', () => {
test('module exists', () => {
Expand Down

0 comments on commit 2060ad9

Please sign in to comment.