playground: Rollback https://vanadium-review.googlesource.com/#/c/11221/

Change-Id: Iabd31407016c6ade98cb852bf66952e46b60e991
diff --git a/go/src/v.io/x/playground/bundles/fortune/src/client/client.js b/go/src/v.io/x/playground/bundles/fortune/src/client/client.js
index 838ee67..5f6974e 100644
--- a/go/src/v.io/x/playground/bundles/fortune/src/client/client.js
+++ b/go/src/v.io/x/playground/bundles/fortune/src/client/client.js
@@ -31,7 +31,7 @@
 });
 
 function retryBindTo(ctx, client, cb) {
-  var timeoutCtx = ctx.withTimeout(2000);
+  var timeoutCtx = ctx.withTimeout(500);
   client.bindTo(timeoutCtx, 'bakery/cookie/fortune', function(err, fortuneService) {
     if (err) {
       console.error(err + '\nRetrying in 100ms...');