Skip to content

Commit 9e72e3d

Browse files
author
Dmitry Voronov
committed
[ETCM-503]-tests-timeout-in-ci
1 parent 279627f commit 9e72e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/io/iohk/ethereum/blockchain/sync/FastSyncSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FastSyncSpec
2222
with FreeSpecBase
2323
with SpecFixtures
2424
with WithActorSystemShutDown { self =>
25-
implicit val timeout: Timeout = Timeout(10.seconds)
25+
implicit val timeout: Timeout = Timeout(30.seconds)
2626

2727
class Fixture extends EphemBlockchainTestSetup with TestSyncConfig with TestSyncPeers {
2828
override implicit lazy val system = self.system

0 commit comments

Comments
 (0)