From 2887312330c737933f42f81cdbd53702213d69f5 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 25 Nov 2019 17:02:12 -0800 Subject: [PATCH] devops: fix win buildbot --- browser_patches/buildbots/buildbot-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/buildbots/buildbot-windows.sh b/browser_patches/buildbots/buildbot-windows.sh index ce82a6cfda..eec0ffe0bd 100755 --- a/browser_patches/buildbots/buildbot-windows.sh +++ b/browser_patches/buildbots/buildbot-windows.sh @@ -43,6 +43,6 @@ while true; do newTimestamp=$(date +%s) delta=$(( 300 - newTimestamp + timestamp )); if (( delta > 0 )); then - sleep detla; + sleep $detla fi done;