Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit cd4c7c2

Browse files
authored
Add detail failure description in checks results. (#386)
1 parent 56d675a commit cd4c7c2

File tree

2 files changed

+102
-92
lines changed

2 files changed

+102
-92
lines changed

test/p2ptest/js/videoFrameChecker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ VideoFrameChecker.prototype = {
116116
console.log("err.name:",err.name)
117117
reject(err)
118118
})
119-
}, 200)
119+
}, 500)
120120
})
121121
},
122122

0 commit comments

Comments
 (0)