Skip to content

Commit 802d5ea

Browse files
committed
chore: fix ci
1 parent 88e0f8e commit 802d5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-kit/__tests__/api/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('devtools api', () => {
3838
setTimeout(() => {
3939
expect(devtools.context.timelineLayer).toEqual([timelineLayerData])
4040
resolve()
41-
}, 100)
41+
}, 300)
4242
})
4343
mount(App, {
4444
attachTo: document.body,

0 commit comments

Comments
 (0)