Skip to content

Commit aeb089e

Browse files
increase timeout test
1 parent 2c928bc commit aeb089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/com.codacy.analysis.core/upload/ResultsUploaderSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ResultsUploaderSpec extends Specification with NoLanguageFeatures with Moc
155155
val testDuplication =
156156
Seq(DuplicationResult(language, DuplicationAnalysis.Success(Set.empty, Set(testClone(1), testClone(2)))))
157157

158-
uploader.sendResults(Seq.empty, Seq.empty, testDuplication) must beRight.awaitFor(10.seconds)
158+
uploader.sendResults(Seq.empty, Seq.empty, testDuplication) must beRight.awaitFor(30.seconds)
159159

160160
there were no(codacyClient).sendRemoteIssues(
161161
ArgumentMatchers.any[String],

0 commit comments

Comments
 (0)