diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index 6e71cced6b7f4f7532acbe6911939d4a8c1aac33..cdf0cd7daac6fff27001192cd6686dca31bef2cd 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.18 1999/06/10 17:49:29 wieck Exp $
+#    $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.19 1999/06/28 18:40:34 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -74,7 +74,8 @@ else
 endif
 	@echo "ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out"
 	@echo ""
-	@echo "To run the optional huge test(s) too type 'make bigtest'"
+	@echo "To run the optional big test(s) too, type 'make bigtest'"
+	@echo "These big tests can take over an hour to complete"
 	@echo "These actually are: $(EXTRA_TESTS)"
 
 #