From 62f00c6af9ec9726b8ea774c87d7f0a2a20e3bfb Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 21 Aug 2021 00:00:39 -0700 Subject: [PATCH] Slow down Unison testing to make more reliable --- langs/unison.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/langs/unison.yaml b/langs/unison.yaml index a210323..a48dd64 100644 --- a/langs/unison.yaml +++ b/langs/unison.yaml @@ -63,9 +63,11 @@ scope: code: | x = 123 * 234 input: | - DELAY: 3 + DELAY: 5 load main.u - DELAY: 3 + DELAY: 5 add x - DELAY: 3 + DELAY: 5 display x + +timeoutFactor: 2