We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63a7ff commit a1b6b30Copy full SHA for a1b6b30
packages/indexer/test/helper.ts
@@ -24,7 +24,9 @@ async function config() {
24
process.env.AZURE_SEARCH_SERVICE = 'https://example.com';
25
process.env.AZURE_STORAGE_ACCOUNT = 'dummystorage';
26
process.env.AZURE_STORAGE_CONTAINER = 'testfiles';
27
- return {};
+ return {
28
+ pluginTimeout: 30000,
29
+ };
30
}
31
32
// Automatically build and tear down our instance
packages/search/test/helper.ts
@@ -26,7 +26,9 @@ async function config() {
process.env.AZURE_STORAGE_ACCOUNT = 'stx2y5k2ccncqou';
process.env.AZURE_STORAGE_CONTAINER = 'content';
33
34
0 commit comments