From 1ab4cf68d7be3d8c9c41ddee0f4cc7f924552ade Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Wed, 21 Jun 2017 13:56:18 -0700 Subject: [PATCH] [example] 5 seconds per image --- example/imagery/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/imagery/plugin.js b/example/imagery/plugin.js index 9866514dbd..109b24d5dd 100644 --- a/example/imagery/plugin.js +++ b/example/imagery/plugin.js @@ -98,7 +98,7 @@ define([ url: IMAGE_SAMPLES[index] }); index += 1; - }, 1000); + }, 5000); return function (interval) { clearInterval(interval);