Skip to content

Commit ae821b6

Browse files
committed
Increase read timeout
1 parent 907d170 commit ae821b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/co/theasi/plotly/writer/WriterSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class WriterSpec extends FlatSpec with Matchers {
1414
implicit val testServer = new Server {
1515
override val credentials = Credentials("PlotlyImageTest", "786r5mecv0")
1616
override val url = "https://api.plot.ly/v2/"
17-
override val readTimeoutMs = 20000
17+
override val readTimeoutMs = 60000
1818
}
1919
val testX1 = Vector(1.0, 2.0, 3.0)
2020
val testX2 = Vector(1, 2, 3)

0 commit comments

Comments
 (0)