Skip to content

Commit df8f179

Browse files
committed
test: make hydration spec more stable for Edge
1 parent a85f95c commit df8f179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/modules/vdom/patch/hydration.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('vdom patch: hydration', () => {
223223
expect(dom.innerHTML).toBe('<span>bar</span>')
224224
expect(dom.querySelector('span')).toBe(span)
225225
}).then(done)
226-
}, 10)
226+
}, 50)
227227
})
228228

229229
it('should hydrate async component without showing loading', done => {

0 commit comments

Comments
 (0)