diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 2ff461ffc69e431cf02358587d59f2f80391c95f..786f70d8c7c2b1f3ca51190d78d60e705864fb04 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -81,7 +81,7 @@ gulp.task('test', ['pre-test'], () => {
         thresholds: {
             global: {
                 statements: 80,
-                branches: 75,
+                branches: 70,
                 lines: 80,
                 functions: 80
             }