From 1b33351f10d445974289a83f590a680803390f4d Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 11 Dec 2023 14:07:52 +0800 Subject: [PATCH] exp*: make timeout to 60s --- config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 0263a79..09c1305 100644 --- a/config.yaml +++ b/config.yaml @@ -265,4 +265,6 @@ markup: lineNoStart: 1 lineNos: true lineNumbersInTable: true - tabWidth: 4 \ No newline at end of file + tabWidth: 4 + +timeout: 60 \ No newline at end of file