Commit bc27379
test: avoid test timeouts on rpi
Generating 1024-bit primes on rpi test machines sometimes
causes timeouts. Avoid this situation by using 256-bit
primes when not running in FIPS mode.
Fixes: #3881
PR-URL: #3902
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Ben Noordhuis <ben@strongloop.com>1 parent 272732e commit bc27379Copy full SHA for bc27379
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Collapse file
test/parallel/test-crypto-binary-default.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-binary-default.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
513 | 513 | |
514 | 514 | |
515 | 515 | |
516 | | - |
| 516 | + |
517 | 517 | |
518 | 518 | |
519 | 519 | |
|
Collapse file
test/parallel/test-crypto-dh.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-dh.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
|
0 commit comments