Skip to content

Commit 279d140

Browse files
authored
configure timeout example timeout extension (#1260)
1 parent bc73683 commit 279d140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/examples.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ describe('#integration examples', () => {
853853
try {
854854
const result = await session.executeWrite(
855855
tx => addPerson(tx, personName),
856-
{ timeout: 10 }
856+
{ timeout: 100 }
857857
)
858858

859859
const singleRecord = result.records[0]

0 commit comments

Comments
 (0)