Skip to content

Commit 0ac4990

Browse files
fix(test): integration test timeout too low
1 parent b9312e7 commit 0ac4990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zambdas/test/integration/vitals-save-and-get.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { getAuth0Token } from '../../src/shared';
1717
import { SECRETS } from '../data/secrets';
1818
import { cleanupTestScheduleResources, makeTestPatient, persistTestPatient } from '../helpers/testScheduleUtils';
1919

20-
const DEFAULT_SUITE_TIMEOUT = 60000;
20+
const DEFAULT_SUITE_TIMEOUT = 90000;
2121

2222
describe('saving and getting vitals', () => {
2323
let oystehr: Oystehr;

0 commit comments

Comments
 (0)