test: requests wait for schema cache load
* nix: add postgrest-test-big-schema command
This commit is contained in:
committed by
Steve Chavez
parent
92ac7e574e
commit
4b289b1c97
+1
-1
@@ -55,5 +55,5 @@ def parse_server_timings_header(header):
|
||||
for timing in header.split(","):
|
||||
name, duration_text, *_ = timing.split(";")
|
||||
_, duration = duration_text.split("=")
|
||||
timings[name] = float(duration)
|
||||
timings[name.strip()] = float(duration)
|
||||
return timings
|
||||
|
||||
Reference in New Issue
Block a user