8000 increated timeout for running in CI · rssh/scala-gopher@4f7f7f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f7f7f3

Browse files
committed
increated timeout for running in CI
1 parent cc76722 commit 4f7f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/gopher/channels/SchedulerStartupTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SchedulerStartupTest extends FunSuite {
2323
){
2424
if (!p.isCompleted) p success 0
2525
}(ExecutionContext.Implicits.global)
26-
val x = Await.result(p.future, 1000 milliseconds)
26+
val x = Await.result(p.future, 3000 milliseconds)
2727
assert(x==0)
2828

2929
}

0 commit comments

Comments
 (0)
0