From 62ef9d7bb0a3823bb448289ca2251fbcdf84706d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 22 Mar 2018 17:55:57 -0700 Subject: [PATCH] tweak test timeout --- tests/spec/107-streaming-gap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/107-streaming-gap.js b/tests/spec/107-streaming-gap.js index e1f8426..a718cd7 100644 --- a/tests/spec/107-streaming-gap.js +++ b/tests/spec/107-streaming-gap.js @@ -24,7 +24,7 @@ test('fills in a status posted while away from timeline', async t => { .click(localTimelineNavButton) .expect(getNthStatus(0).innerText).contains('posted this while you were away!', {timeout}) .expect(getNthStatus(1).innerText).contains('heyo', {timeout}) - await sleep(2000) + await sleep(5000) await postAs('admin', 'posted this while you were watching') await t.expect(getNthStatus(0).innerText).contains('posted this while you were watching', {timeout}) })