Skip to content

Commit f9ed95f

Browse files
increase tests timeout
1 parent a8ca88d commit f9ed95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require('path');
55
const config = require('./testConfig').getConfiguration();
66
const { REDIRECT_URI, BASE_PATH, OAUTH_BASE_PATH, PRIVATE_KEY_FILENAME, EXPIRES_IN, SCOPES, CLICK_SCOPES, ROOM_SCOPES, ADMIN_SCOPES } = require('./constants');
77

8-
const TEST_TIMEOUT_MS = 30000;
8+
const TEST_TIMEOUT_MS = 60000;
99

1010
const apiClient = new docusign.ApiClient({
1111
basePath: BASE_PATH,

0 commit comments

Comments
 (0)