We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279627f commit 9e72e3dCopy full SHA for 9e72e3d
src/test/scala/io/iohk/ethereum/blockchain/sync/FastSyncSpec.scala
@@ -22,7 +22,7 @@ class FastSyncSpec
22
with FreeSpecBase
23
with SpecFixtures
24
with WithActorSystemShutDown { self =>
25
- implicit val timeout: Timeout = Timeout(10.seconds)
+ implicit val timeout: Timeout = Timeout(30.seconds)
26
27
class Fixture extends EphemBlockchainTestSetup with TestSyncConfig with TestSyncPeers {
28
override implicit lazy val system = self.system
0 commit comments