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 907d170 commit ae821b6Copy full SHA for ae821b6
src/test/scala/co/theasi/plotly/writer/WriterSpec.scala
@@ -14,7 +14,7 @@ class WriterSpec extends FlatSpec with Matchers {
14
implicit val testServer = new Server {
15
override val credentials = Credentials("PlotlyImageTest", "786r5mecv0")
16
override val url = "https://api.plot.ly/v2/"
17
- override val readTimeoutMs = 20000
+ override val readTimeoutMs = 60000
18
}
19
val testX1 = Vector(1.0, 2.0, 3.0)
20
val testX2 = Vector(1, 2, 3)
0 commit comments