Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
feat: added sleep to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Taliesin Millhouse committed Dec 31, 2020
1 parent 9d234df commit 8d71444
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloud_watch_logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package log_test

import (
"testing"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
Expand Down Expand Up @@ -65,4 +66,6 @@ func TestCloudWatchLogger(t *testing.T) {
}); err != nil {
t.Fatalf("failed to write Debug log message")
}

time.Sleep(time.Second)
}

0 comments on commit 8d71444

Please sign in to comment.