diff -pruN 1.7.0-1/debian/changelog 1.7.0-1ubuntu1/debian/changelog
--- 1.7.0-1/debian/changelog	2020-11-21 05:04:14.000000000 +0000
+++ 1.7.0-1ubuntu1/debian/changelog	2021-03-30 15:25:39.000000000 +0000
@@ -1,3 +1,10 @@
+golang-github-bugsnag-bugsnag-go (1.7.0-1ubuntu1) hirsute; urgency=medium
+
+  * Increase sleep between spawning sessions and counting them to prevent
+    autopkgtest failues (LP: #1921952)
+
+ -- William 'jawn-smith' Wilson <william.wilson@canonical.com>  Tue, 30 Mar 2021 10:25:39 -0500
+
 golang-github-bugsnag-bugsnag-go (1.7.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -pruN 1.7.0-1/debian/control 1.7.0-1ubuntu1/debian/control
--- 1.7.0-1/debian/control	2020-11-21 04:42:06.000000000 +0000
+++ 1.7.0-1ubuntu1/debian/control	2021-03-30 15:25:39.000000000 +0000
@@ -1,5 +1,6 @@
 Source: golang-github-bugsnag-bugsnag-go
-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
 Uploaders: Tim Potter <tpot@hp.com>,
            Anthony Fok <foka@debian.org>
 Section: golang
diff -pruN 1.7.0-1/debian/patches/increase_sessions_sleep.patch 1.7.0-1ubuntu1/debian/patches/increase_sessions_sleep.patch
--- 1.7.0-1/debian/patches/increase_sessions_sleep.patch	1970-01-01 00:00:00.000000000 +0000
+++ 1.7.0-1ubuntu1/debian/patches/increase_sessions_sleep.patch	2021-03-30 15:25:39.000000000 +0000
@@ -0,0 +1,25 @@
+Description: Increase the sleep between spawning sessions and counting them
+ The integration test that attempts to spawn 50,000 sessions and then
+ count them is failing in ubuntu autopkgtest environments. Increasing
+ the amount of time between spawning them and counting them should
+ resolve this issue.
+Author: William 'jawn-smith' Wilson <william.wilson@canonical.com>
+Origin: Ubuntu
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/golang-github-bugsnag-bugsnag-go/+bug/1921952
+Forwarded: not-needed
+Last-Update: 2021-03-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: golang-github-bugsnag-bugsnag-go-1.7.0/sessions/integration_test.go
+===================================================================
+--- golang-github-bugsnag-bugsnag-go-1.7.0.orig/sessions/integration_test.go
++++ golang-github-bugsnag-bugsnag-go-1.7.0/sessions/integration_test.go
+@@ -17,7 +17,7 @@ import (
+ )
+ 
+ const testAPIKey = "166f5ad3590596f9aa8d601ea89af845"
+-const testPublishInterval = time.Millisecond * 20
++const testPublishInterval = time.Millisecond * 200
+ const sessionsCount = 50000
+ 
+ func init() {
diff -pruN 1.7.0-1/debian/patches/series 1.7.0-1ubuntu1/debian/patches/series
--- 1.7.0-1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 1.7.0-1ubuntu1/debian/patches/series	2021-03-30 15:25:39.000000000 +0000
@@ -0,0 +1 @@
+increase_sessions_sleep.patch
