Skip to content

Commit 5185237

Browse files
authored
Decrease integration tests duration (#1095)
80% of the integration tests was related to random temporal types tests. Decrease the number of random test speeds up the process. This is not a issue since these tests paths are already cover by property tests in the bolt-connection unit tests suite and in Testkit.
1 parent 973dbd6 commit 5185237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/temporal-types.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const {
2626
temporalUtil: { timeZoneOffsetInSeconds, totalNanoseconds }
2727
} = internal
2828

29-
const RANDOM_VALUES_TO_TEST = 2000
29+
const RANDOM_VALUES_TO_TEST = 500
3030
const MIN_TEMPORAL_ARRAY_LENGTH = 20
3131
const MAX_TEMPORAL_ARRAY_LENGTH = 1000
3232
/**

0 commit comments

Comments
 (0)