Skip to content

Commit

Permalink
Fix Mac Tests (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
garrettmflynn and CodyCBakerPhD authored Feb 13, 2024
1 parent 59bd80f commit 7dbdddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ describe('E2E Test', () => {

await toNextPage('sourcedata')

})
}, 10 * 1000)

test('Review source data information', async () => {

Expand All @@ -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 () => {

Expand Down

0 comments on commit 7dbdddb

Please sign in to comment.