From: Andrew Dunstan Date: Mon, 17 Jul 2017 19:35:19 +0000 (-0400) Subject: Improve legibility of numeric literal X-Git-Tag: REL_10_BETA3~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cde11fa3c003407fc6c4ddc427d57e588ea17d1c;p=postgresql Improve legibility of numeric literal --- diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm index 4f414c3c03..d87296af08 100644 --- a/src/test/perl/PostgresNode.pm +++ b/src/test/perl/PostgresNode.pm @@ -1249,7 +1249,7 @@ sub poll_query_until } # Wait 0.1 second before retrying. - usleep(100000); + usleep(100_000); $attempts++; }