-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: Fix utest fail for StUtimeInMicroseconds. v7.0.20 (#4218)
``` ../../../src/utest/srs_utest_st.cpp:27: Failure Expected: (st_time_2 - st_time_1) <= (100), actual: 119 vs 100 [ FAILED ] StTest.StUtimeInMicroseconds (0 ms) ``` Maybe github's vm, running the action jobs, is slower. I notice this error happens frequently, so let the UT pass by increase the number. --------- Co-authored-by: Haibo Chen <495810242@qq.com> Co-authored-by: winlin <winlinvip@gmail.com>
- Loading branch information
1 parent
58e775c
commit 7951bf3
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
|
||
#define VERSION_MAJOR 7 | ||
#define VERSION_MINOR 0 | ||
#define VERSION_REVISION 19 | ||
#define VERSION_REVISION 20 | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters