Skip to content

Commit

Permalink
Fix Byron tests by disabling network TxSubmission delay
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen authored and Jimbo4350 committed Aug 28, 2024
1 parent 0f10c19 commit cba804e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ multi-repl: True

import: ./asserts.cabal

package ouroboros-network
-- Certain ThreadNet tests rely on transactions to be submitted promptly after
-- a node (re)start. Therefore, we disable this flag (see
-- https://github.com/IntersectMBO/ouroboros-network/issues/4927 for context).
flags: -txsubmission-delay

-- We need to disable bitvec's SIMD for now, as it breaks during cross compilation.
if(os(windows))
constraints:
Expand Down

0 comments on commit cba804e

Please sign in to comment.