We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b6ed6 commit 1741f57Copy full SHA for 1741f57
test/fixture-scripts/runner.ts
@@ -24,7 +24,7 @@ export const run = async() => {
24
try {
25
const doc = await workspace.openTextDocument(Uri.file(join(root, entry)))
26
await window.showTextDocument(doc)
27
- await timeout(500)
+ await timeout(1000)
28
29
await commands.executeCommand('i18n-ally.extract-hard-strings-batch')
30
await doc.save()
0 commit comments