Skip to content

Commit 6d68397

Browse files
authored
test(oauth): increase timeouts for file state store checks with multiple entries (#2201)
1 parent 1d58f47 commit 6d68397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oauth/src/state-stores/spec-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class StateStoreChaiTestRunner {
6868
} catch (e: any) {
6969
assert.equal(e.code, 'slack_oauth_invalid_state', `${state} ${JSON.stringify(expectedlyReturnedResult)}`);
7070
}
71-
});
71+
}).timeout(4000); // https://github.com/slackapi/node-slack-sdk/issues/2159#issuecomment-2749367820
7272
}
7373
});
7474
}

0 commit comments

Comments
 (0)