This is an automated email from the ASF dual-hosted git repository.
dpavlov pushed a commit to branch ignite-12010-1min
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git
The following commit(s) were added to refs/heads/ignite-12010-1min by this push:
new adfd7f1 IGNITE-12010: Consider newly contributed test as blocker if
it runs more that 1 minute
adfd7f1 is described below
commit adfd7f15abdcf507973e6b58102bd1b15f70ac8d
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Wed Jul 24 21:48:42 2019 +0300
IGNITE-12010: Consider newly contributed test as blocker if it runs more
that 1 minute
---
ignite-tc-helper-web/src/main/webapp/pr.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ignite-tc-helper-web/src/main/webapp/pr.html
b/ignite-tc-helper-web/src/main/webapp/pr.html
index a68f766..58a2acf 100644
--- a/ignite-tc-helper-web/src/main/webapp/pr.html
+++ b/ignite-tc-helper-web/src/main/webapp/pr.html
@@ -29,7 +29,7 @@
},
methods: {
formChanged: function () {
- checkForUpdate();
+ loadData();
}
}
});