Skip to content

Commit

Permalink
Move bar higher
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jul 14, 2023
1 parent d1c76ad commit 5791025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multidim-interop/src/compose-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function run(namespace: string, compose: ComposeSpecification, opts
const testResultsParsed = dialerTimings(dialerStdout(stdout))
const elapsed = (Date.now() - start) / 1000
console.log(`Finished in ${elapsed}s:`, namespace, testResultsParsed)
if (elapsed > 10) {
if (elapsed > 30) {
// Really slow, why?
console.log("Slow interop test. Debugging info:")
console.log("stdout:")
Expand Down

0 comments on commit 5791025

Please sign in to comment.