Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8d17849

Browse files
knizhnikkelvich
authored andcommitted
Prepare for raftable
1 parent 6cd5575 commit 8d17849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests2/lib/bank_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def exec_tx(self, name, tx_block):
139139
except psycopg2.Error as e:
140140
print("=== node%d: %s" % (self.node_id, e.pgerror))
141141
self.history.register_finish(event_id, e.pgerror)
142-
time.sleep(0.2)
142+
#time.sleep(0.2)
143143

144144
cur.close()
145145
conn.close()

0 commit comments

Comments
 (0)