X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pkg%2Fxapp%2Fxapp_test.go;h=37cca2a2128dc74f5b3a4cd852c695e6d14e24e6;hb=90f6dd45c9874dbfa8673fc1c0e12a3595951241;hp=9696e6eec4b75e3b928665bbaefe872edfaa7e85;hpb=5953f7e372df54c71f526e9519e8eb0ee7ee6f72;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/xapp_test.go b/pkg/xapp/xapp_test.go index 9696e6e..37cca2a 100755 --- a/pkg/xapp/xapp_test.go +++ b/pkg/xapp/xapp_test.go @@ -114,7 +114,7 @@ func TestMessagesReceivedSuccessfully(t *testing.T) { } // Allow time to process the messages - time.Sleep(time.Duration(2) * time.Second) + time.Sleep(time.Duration(5) * time.Second) waitForSdl := viper.GetBool("db.waitForSdl") stats := getMetrics(t) @@ -159,7 +159,7 @@ func TestMessagesReceivedSuccessfullyUsingWh(t *testing.T) { } // Allow time to process the messages - time.Sleep(time.Duration(2) * time.Second) + time.Sleep(time.Duration(5) * time.Second) waitForSdl := viper.GetBool("db.waitForSdl") stats := getMetrics(t)