Skip to content

Commit 7a11ed6

Browse files
author
Erwin Dondorp
committed
do not use ES12 yet
1 parent e0eb615 commit 7a11ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/helpers/wait-for-docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global process */
22

33
const url = process.env.DOCKER_URL || "http://localhost:3333/";
4-
const timeoutMs = 60_000;
4+
const timeoutMs = 60000;
55
const intervalMs = 1000;
66
const start = Date.now();
77

0 commit comments

Comments
 (0)