Commit 069747b
test: fix timeout of test-heap-prof.js in riscv devices
In riscv hardware test-heap-prof.js caused timeout in test.
Because of weak performance.
So there is a need to set TIMEOUT_SCALEFACTOR for riscv too.
Fixes: #40152
PR-URL: #42674
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 786f086 commit 069747bCopy full SHA for 069747b
Expand file treeCollapse file tree
2 files changed
+7
-4
lines changedOpen diff view settings
Collapse file
+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
909 | 909 | |
910 | 910 | |
911 | 911 | |
912 | | - |
913 | | - |
914 | | - |
915 | | - |
| 912 | + |
| 913 | + |
| 914 | + |
| 915 | + |
| 916 | + |
916 | 917 | |
917 | 918 | |
918 | 919 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
97 | 97 | |
98 | 98 | |
99 | 99 | |
| 100 | + |
| 101 | + |
100 | 102 | |
101 | 103 | |
102 | 104 | |
|
0 commit comments