Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Apr 23, 2024
1 parent d2ca86d commit 509899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/scripts/buildkite_run_fe_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function githubUrlToRepository(url) {

function testHttpConnection(
url: string,
timeoutMs = 15000, // keep waiting for 15s total
timeoutMs = 15000 // keep waiting for 15s total
): Promise<void> {
const startTime = Date.now();
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 509899e

Please sign in to comment.