Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/dobPublic

Commit8523958

Browse files
committed
fix timeout
1 parent17fd60e commit8523958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎tests/debug.test.ts‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test("test callstack", async t => {
109109
stopDebug()
110110

111111
returnimmediate(()=>t.true(callStack.length===6))
112-
},10)
112+
},20)
113113
})
114114

115115
test("test overflow callstack",asynct=>{
@@ -147,7 +147,7 @@ test("test overflow callstack", async t => {
147147
globalState.getCallstackMaxCount=50
148148

149149
returnimmediate(()=>t.true(callStack.length===3))
150-
},20)
150+
},40)
151151
})
152152

153153
test("test action",asynct=>{
@@ -200,7 +200,7 @@ test("test action", async t => {
200200
stopDebug()
201201

202202
returnimmediate(()=>t.true(true))
203-
},30)
203+
},60)
204204
})
205205

206206
test("test delete",asynct=>{
@@ -228,5 +228,5 @@ test("test delete", async t => {
228228
deletedynamicObj.name
229229

230230
returnimmediate(()=>t.true(true))
231-
},40)
231+
},80)
232232
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp