1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/node
Martin HS c3f13b2a1c
node: fix flaky jwt-test (#30388)
This PR fixes a flaky jwt-test. 

The test is a jwt "from one second in the future". The test passes; the
reason for this is that the CI-system is slow, and by the time the jwt
is actually evaluated, that second has passed, and it's no longer
future.

Alternative to #30380
2024-09-04 16:15:41 +02:00
..
api.go p2p/discover: improved node revalidation (#29572) 2024-05-23 14:26:09 +02:00
api_test.go
config.go
config_test.go
defaults.go
doc.go
endpoints.go
errors.go
jwt_auth.go
jwt_handler.go
lifecycle.go
node.go core/rawdb: implement in-memory freezer (#29135) 2024-04-30 11:33:22 +02:00
node_auth_test.go all: replace path.Join with filepath.Join (#29479) 2024-04-08 12:29:49 +03:00
node_example_test.go
node_test.go
rpcstack.go
rpcstack_test.go node: fix flaky jwt-test (#30388) 2024-09-04 16:15:41 +02:00
utils_test.go