Skip to content

Commit 5e676d7

Browse files
committed
tests: increase the timeout of some float64 tests.
1 parent 9aea5c7 commit 5e676d7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/floating_point/float64_arithmetic/autotest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"hashes": {
1818
"1": {
1919
"description": "All tests passed",
20-
"timeout": 5000,
20+
"timeout": 10000,
2121
"start": "vram_start",
2222
"size": "vram_16_size",
2323
"expected_CRCs": [

test/floating_point/float64_frexp/autotest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"hashes": {
1818
"1": {
1919
"description": "All tests passed",
20-
"timeout": 5000,
20+
"timeout": 10000,
2121
"start": "vram_start",
2222
"size": "vram_16_size",
2323
"expected_CRCs": [

test/floating_point/float64_from_integer/autotest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"hashes": {
1818
"1": {
1919
"description": "All tests passed",
20-
"timeout": 5000,
20+
"timeout": 10000,
2121
"start": "vram_start",
2222
"size": "vram_16_size",
2323
"expected_CRCs": [

test/floating_point/float64_rounding/autotest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"hashes": {
1818
"1": {
1919
"description": "All tests passed",
20-
"timeout": 5000,
20+
"timeout": 10000,
2121
"start": "vram_start",
2222
"size": "vram_16_size",
2323
"expected_CRCs": [

test/floating_point/float64_to_float32/autotest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"hashes": {
1818
"1": {
1919
"description": "All tests passed",
20-
"timeout": 5000,
20+
"timeout": 10000,
2121
"start": "vram_start",
2222
"size": "vram_16_size",
2323
"expected_CRCs": [

0 commit comments

Comments
 (0)