test_server 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,6 +54,10 @@ function repeat_requests(url, count, timeout) {
54
54
 
55
55
  var failure_callback = function() {
56
56
  $('#request-spinner').toggle(false);
57
+
58
+ if (repeat == true) {
59
+ setTimeout(repeat_requests(url, count, timeout), 1000);
60
+ }
57
61
  };
58
62
 
59
63
  $('#request-spinner').toggle(true);
@@ -1,4 +1,4 @@
1
1
  #main TestServer
2
2
  module TestServer
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: