Skip to content

Commit

Permalink
Update tck-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd0123 committed Mar 22, 2024
1 parent 2331aeb commit 62e2e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tck-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
exec_new(command, function(error, stdout, stderr) {
// command output is in stdout
});
let sleep = require('util').promisify(70000);
await new Promise(resolve => setTimeout(resolve, 70000));
}
feature_file_list.length = 0;
traverseDir("./test_manager/reports");
Expand Down

0 comments on commit 62e2e97

Please sign in to comment.