decrease the polling interval for activation completion
diff --git a/client/lib/rewriter.js b/client/lib/rewriter.js
index f8c2649..95c278d 100644
--- a/client/lib/rewriter.js
+++ b/client/lib/rewriter.js
@@ -548,7 +548,7 @@
 			}
 		    }
 		});
-	    }, 1000);
+	    }, 300);
 	}
     }, function onError(err) {
 	console.error('Unable to invoke your specified action');