Skip to content

Commit 382cc2e

Browse files
authored
fix: 🐛 waiting for test to finish for longer (#1136)
* fix: 🐛 waiting for test to finish for longer * Update test/functional/lib/ipfs-companion.test.js
1 parent b980e25 commit 382cc2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/lib/ipfs-companion.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ describe('lib/ipfs-companion.js', function () {
2828
})
2929

3030
it('should query local storage for options with hardcoded defaults for fallback', async function () {
31+
this.timeout(10000)
3132
browser.storage.local.get.resolves(optionDefaults)
3233
browser.storage.local.set.resolves()
3334
const ipfsCompanion = await init()

0 commit comments

Comments
 (0)