From 7dbdddb8828a1893c76c48ecc6d72703d29cc943 Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Tue, 13 Feb 2024 08:55:27 -0800 Subject: [PATCH] Fix Mac Tests (#610) Co-authored-by: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> --- tests/e2e.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e.test.ts b/tests/e2e.test.ts index 526d00bf5..336b972ee 100644 --- a/tests/e2e.test.ts +++ b/tests/e2e.test.ts @@ -319,7 +319,7 @@ describe('E2E Test', () => { await toNextPage('sourcedata') - }) + }, 10 * 1000) test('Review source data information', async () => { @@ -342,7 +342,7 @@ describe('E2E Test', () => { await toNextPage('inspect') - }, 20 * 1000) // Wait for conversion to complete + }, 30 * 1000) // Wait for conversion to complete test('Review NWB Inspector output', async () => {