Skip to content

Commit a1b6b30

Browse files
committed
chore: increase timeout for windows
1 parent b63a7ff commit a1b6b30

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: packages/indexer/test/helper.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ async function config() {
2424
process.env.AZURE_SEARCH_SERVICE = 'https://example.com';
2525
process.env.AZURE_STORAGE_ACCOUNT = 'dummystorage';
2626
process.env.AZURE_STORAGE_CONTAINER = 'testfiles';
27-
return {};
27+
return {
28+
pluginTimeout: 30000,
29+
};
2830
}
2931

3032
// Automatically build and tear down our instance

Diff for: packages/search/test/helper.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ async function config() {
2626
process.env.AZURE_STORAGE_ACCOUNT = 'stx2y5k2ccncqou';
2727
process.env.AZURE_STORAGE_CONTAINER = 'content';
2828

29-
return {};
29+
return {
30+
pluginTimeout: 30000,
31+
};
3032
}
3133

3234
// Automatically build and tear down our instance

0 commit comments

Comments
 (0)