From b4b67474de04969c6a0d1804536d197bb6f3ba57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mann?= Date: Mon, 15 Jul 2024 15:52:09 +0200 Subject: [PATCH] inc timeout --- test/postinstall.integrationtest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/postinstall.integrationtest.js b/test/postinstall.integrationtest.js index d07e375a..fe6bf24e 100644 --- a/test/postinstall.integrationtest.js +++ b/test/postinstall.integrationtest.js @@ -5,7 +5,7 @@ const path = require('node:path') describe('postinstall', () => { - jest.setTimeout(20000) + jest.setTimeout(30000) let tempFolder