Skip to content

Commit ff9f4bd

Browse files
committed
chore: lint
1 parent a1b6b30 commit ff9f4bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/indexer/test/helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function config() {
2525
process.env.AZURE_STORAGE_ACCOUNT = 'dummystorage';
2626
process.env.AZURE_STORAGE_CONTAINER = 'testfiles';
2727
return {
28-
pluginTimeout: 30000,
28+
pluginTimeout: 30_000,
2929
};
3030
}
3131

packages/search/test/helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function config() {
2727
process.env.AZURE_STORAGE_CONTAINER = 'content';
2828

2929
return {
30-
pluginTimeout: 30000,
30+
pluginTimeout: 30_000,
3131
};
3232
}
3333

0 commit comments

Comments
 (0)