Merge "Add a delay() to MessageBundleTest tearDown()" into oreo-cts-dev
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/notifications/NotificationListenerVerifierActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/notifications/NotificationListenerVerifierActivity.java
index 20e7d1e..f09a192 100644
--- a/apps/CtsVerifier/src/com/android/cts/verifier/notifications/NotificationListenerVerifierActivity.java
+++ b/apps/CtsVerifier/src/com/android/cts/verifier/notifications/NotificationListenerVerifierActivity.java
@@ -987,6 +987,7 @@
         @Override
         void tearDown() {
             deleteChannel();
+            delay();
         }
 
         private void sendMessagingNotification() {