Skip to content

Commit f248699

Browse files
committed
Display info tips slightly longer
1 parent 2959472 commit f248699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/js/ui/tab-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RED.sidebar.info = (function() {
151151
var started = false;
152152
var enabled = true;
153153
var startDelay = 1000;
154-
var cycleDelay = 10000;
154+
var cycleDelay = 15000;
155155
var startTimeout;
156156
var refreshTimeout;
157157
var tipCount = -1;

0 commit comments

Comments
 (0)