Skip to content

Commit 05d2271

Browse files
authored
Revert "Revert "bump nim-bearssl for gcc-14 compatibility (#6337)" (#6346)" (#6359)
This reverts commit 3d65bdc.
1 parent 50894ad commit 05d2271

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/test_sync_manager.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ suite "SyncManager test suite":
884884
# Push a single request that will fail with all blocks being unviable
885885
var f11 = queue.push(r11, chain.getSlice(startSlot, r11),
886886
Opt.none(seq[BlobSidecars]))
887-
discard await f11.withTimeout(100.milliseconds)
887+
discard await f11.withTimeout(1.seconds)
888888

889889
check:
890890
f11.finished == true

0 commit comments

Comments
 (0)