Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cde11fa

Browse files
committed
Improve legibility of numeric literal
1 parent a570fea commit cde11fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgresNode.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ sub poll_query_until
12491249
}
12501250

12511251
# Wait 0.1 second before retrying.
1252-
usleep(100000);
1252+
usleep(100_000);
12531253

12541254
$attempts++;
12551255
}

0 commit comments

Comments
 (0)