We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08d6736 + 069b0e2 commit 712652bCopy full SHA for 712652b
test/jasmine/tests/config_test.js
@@ -560,7 +560,7 @@ describe('config argument', function() {
560
.then(function() {
561
viewport.set(newWidth, newHeight);
562
})
563
- // Wait for resize to happen (Plotly.resize has a 100ms timeout)
+ // Wait for resize to happen (Plotly.resize has an internal timeout)
564
.then(delay(200))
565
// Check final figure size
566
@@ -629,6 +629,7 @@ describe('config argument', function() {
629
630
631
632
633
634
// Check final figure size hasn't changed
635
0 commit comments