diff -pruN 3.0.2-1/debian/changelog 3.0.2-1ubuntu1/debian/changelog
--- 3.0.2-1/debian/changelog	2022-05-12 15:23:54.000000000 +0000
+++ 3.0.2-1ubuntu1/debian/changelog	2022-05-24 14:35:52.000000000 +0000
@@ -1,3 +1,10 @@
+node-gulp-coffee (3.0.2-1ubuntu1) kinetic; urgency=medium
+
+  * d/tests/pkg-js/test:
+    + Increase default timeout to 15s as tests took up to 9s to execute locally.
+
+ -- Alexandre Ghiti <alexandre.ghiti@canonical.com>  Tue, 24 May 2022 16:35:52 +0200
+
 node-gulp-coffee (3.0.2-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -pruN 3.0.2-1/debian/control 3.0.2-1ubuntu1/debian/control
--- 3.0.2-1/debian/control	2022-05-12 15:23:54.000000000 +0000
+++ 3.0.2-1ubuntu1/debian/control	2022-05-24 14:35:52.000000000 +0000
@@ -1,7 +1,8 @@
 Source: node-gulp-coffee
 Section: javascript
 Priority: optional
-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen@debian.org>
 Build-Depends: coffeescript
  , debhelper-compat (= 13)
diff -pruN 3.0.2-1/debian/tests/pkg-js/test 3.0.2-1ubuntu1/debian/tests/pkg-js/test
--- 3.0.2-1/debian/tests/pkg-js/test	2022-05-12 15:23:54.000000000 +0000
+++ 3.0.2-1ubuntu1/debian/tests/pkg-js/test	2022-05-24 14:35:49.000000000 +0000
@@ -1 +1 @@
-mocha
+mocha --timeout=15000
