Skip to content

Commit 8c67785

Browse files
committed
Add 5s grace period for export
1 parent 1f06a45 commit 8c67785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencensus/metrics_quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def main():
6565

6666
# Keep the thread alive long enough for the exporter to export at least
6767
# once.
68-
time.sleep(60)
68+
time.sleep(65)
6969

7070

7171
if __name__ == '__main__':

0 commit comments

Comments
 (0)