Skip to content

Commit 712652b

Browse files
committed
update comments
2 parents 08d6736 + 069b0e2 commit 712652b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jasmine/tests/config_test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ describe('config argument', function() {
560560
.then(function() {
561561
viewport.set(newWidth, newHeight);
562562
})
563-
// Wait for resize to happen (Plotly.resize has a 100ms timeout)
563+
// Wait for resize to happen (Plotly.resize has an internal timeout)
564564
.then(delay(200))
565565
// Check final figure size
566566
.then(function() {
@@ -629,6 +629,7 @@ describe('config argument', function() {
629629
.then(function() {
630630
viewport.set(newWidth, newHeight);
631631
})
632+
// Wait for resize to happen (Plotly.resize has an internal timeout)
632633
.then(delay(200))
633634
// Check final figure size hasn't changed
634635
.then(function() {

0 commit comments

Comments
 (0)