We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b980e25 commit 382cc2eCopy full SHA for 382cc2e
test/functional/lib/ipfs-companion.test.js
@@ -28,6 +28,7 @@ describe('lib/ipfs-companion.js', function () {
28
})
29
30
it('should query local storage for options with hardcoded defaults for fallback', async function () {
31
+ this.timeout(10000)
32
browser.storage.local.get.resolves(optionDefaults)
33
browser.storage.local.set.resolves()
34
const ipfsCompanion = await init()
0 commit comments