Skip to content

Commit b2f4839

Browse files
committed
Bump back to 1
1 parent 137184c commit b2f4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/pytables/test_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def create_h5_and_return_checksum(tmp_path, track_times):
9090
checksum_0_tt_true = create_h5_and_return_checksum(tmp_path, track_times=True)
9191

9292
# sleep is necessary to create h5 with different creation time
93-
time.sleep(0.5)
93+
time.sleep(1)
9494

9595
checksum_1_tt_false = create_h5_and_return_checksum(tmp_path, track_times=False)
9696
checksum_1_tt_true = create_h5_and_return_checksum(tmp_path, track_times=True)

0 commit comments

Comments
 (0)