Skip to content

Commit

Permalink
fix: 🐛 waiting for test to finish for longer (#1136)
Browse files Browse the repository at this point in the history
* fix: 🐛 waiting for test to finish for longer

* Update test/functional/lib/ipfs-companion.test.js
  • Loading branch information
whizzzkid committed Jan 24, 2023
1 parent b980e25 commit 382cc2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/lib/ipfs-companion.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('lib/ipfs-companion.js', function () {
})

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

0 comments on commit 382cc2e

Please sign in to comment.