Skip to content

Commit 1741f57

Browse files
committed
chore: extend timeout
1 parent 63b6ed6 commit 1741f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixture-scripts/runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const run = async() => {
2424
try {
2525
const doc = await workspace.openTextDocument(Uri.file(join(root, entry)))
2626
await window.showTextDocument(doc)
27-
await timeout(500)
27+
await timeout(1000)
2828

2929
await commands.executeCommand('i18n-ally.extract-hard-strings-batch')
3030
await doc.save()

0 commit comments

Comments
 (0)