From dd4efae9010e3d53b8878e678a63acfad1520d23 Mon Sep 17 00:00:00 2001 From: Gabriel Fournier Date: Wed, 27 Nov 2024 14:17:13 +0100 Subject: [PATCH] reset back to old timeout --- .mocharc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mocharc.json b/.mocharc.json index 0e5c939..b9716f5 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -6,5 +6,5 @@ "require": [ "ts-node/register" ], - "timeout": 1000000 + "timeout": 600000 } \ No newline at end of file