From 9af4d94b298b6941f8ddb783dca027ef3f87fdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Thu, 22 Jul 2021 12:06:55 +0100 Subject: [PATCH] chore: increase timeout in tests (#2984) --- tests/serving-functions-go.test.js | 2 +- tests/serving-functions.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/serving-functions-go.test.js b/tests/serving-functions-go.test.js index 2d73dabd98b..2689a6d5ed0 100644 --- a/tests/serving-functions-go.test.js +++ b/tests/serving-functions-go.test.js @@ -8,7 +8,7 @@ const { withSiteBuilder } = require('./utils/site-builder') const WAIT_INTERVAL = 1800 const WAIT_TIMEOUT = 30000 -const WAIT_WRITE = 1000 +const WAIT_WRITE = 3000 test('Updates a Go function when a file is modified', async (t) => { const goSource = ` diff --git a/tests/serving-functions.test.js b/tests/serving-functions.test.js index c646ad247b2..fb44cbf306c 100644 --- a/tests/serving-functions.test.js +++ b/tests/serving-functions.test.js @@ -14,7 +14,7 @@ const testName = (title, args) => (args.length <= 0 ? title : `${title} - ${args const WAIT_INTERVAL = 1800 const WAIT_TIMEOUT = 30000 -const WAIT_WRITE = 1000 +const WAIT_WRITE = 3000 const gotCatch404 = async (url, options) => { try {