We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b6b30 commit ff9f4bdCopy full SHA for ff9f4bd
packages/indexer/test/helper.ts
@@ -25,7 +25,7 @@ async function config() {
25
process.env.AZURE_STORAGE_ACCOUNT = 'dummystorage';
26
process.env.AZURE_STORAGE_CONTAINER = 'testfiles';
27
return {
28
- pluginTimeout: 30000,
+ pluginTimeout: 30_000,
29
};
30
}
31
packages/search/test/helper.ts
@@ -27,7 +27,7 @@ async function config() {
process.env.AZURE_STORAGE_CONTAINER = 'content';
32
33
0 commit comments