mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Increase auth timeout
This commit is contained in:
@@ -24,6 +24,8 @@ describe('WebSocket General Tests', () => {
|
||||
env1[vendor].MESSENGER_STORE = 'redis';
|
||||
env1[vendor].MESSENGER_NAMESPACE = `directus-ws-${vendor}`;
|
||||
env1[vendor].MESSENGER_REDIS = `redis://localhost:6108/4`;
|
||||
env1[vendor].WEBSOCKETS_REST_AUTH_TIMEOUT = '180';
|
||||
env1[vendor].WEBSOCKETS_GRAPHQL_AUTH_TIMEOUT = '180';
|
||||
|
||||
const env2 = cloneDeep(env1);
|
||||
env2[vendor].CACHE_NAMESPACE = env1[vendor].CACHE_NAMESPACE + '2';
|
||||
|
||||
Reference in New Issue
Block a user