mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix: Increase generator test timeout (#6776)
This commit is contained in:
committed by
GitHub
parent
65834a0f01
commit
59c7cb941b
@@ -299,7 +299,7 @@ async function generators() {
|
||||
rimraf.sync(OUTPUT_DIR);
|
||||
fs.mkdirSync(OUTPUT_DIR);
|
||||
|
||||
await runGeneratorsInBrowser(OUTPUT_DIR).catch(() => {});
|
||||
await runGeneratorsInBrowser(OUTPUT_DIR);
|
||||
|
||||
const generatorSuffixes = ['js', 'py', 'dart', 'lua', 'php'];
|
||||
let failed = 0;
|
||||
|
||||
Reference in New Issue
Block a user