Skip to content

Commit d4f77a8

Browse files
committed
Print run url on failures
1 parent 65f201b commit d4f77a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-smoke-tests/src/dispatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ export async function dispatchAndWait({
122122
await new Promise((resolve) => setTimeout(resolve, watchPollDelayMs));
123123
}
124124
throw new Error(
125-
`Run did not complete successfully within ${WATCH_POLL_TIMEOUT_MS}ms`
125+
`Run did not complete successfully within ${WATCH_POLL_TIMEOUT_MS}ms: See ${run.html_url} for details.`
126126
);
127127
}

0 commit comments

Comments
 (0)