diff --git a/glrdomon_test.go b/glrdomon_test.go
index 35ffc0a3b92cb01b67e1bb109791e6de375d083c..8cd445eb36dc6706655e30ab3bc63c49bedcb8fd 100644
--- a/glrdomon_test.go
+++ b/glrdomon_test.go
@@ -8,7 +8,8 @@ import (
 )
 
 func TestCheckDropletAge(t *testing.T) {
-	setUpLogger("os.stdOut")
+	threshold = 3600
+	setUpLogger("os.Stdout")
 
 	staleDroplet := godo.Droplet{
 		ID:      1234,