Home
last modified time | relevance | path

Searched refs:timeoutInSeconds (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs30 … static void CreateFrameBufferTester(this Emulation emulation, string name, float timeoutInSeconds) in CreateFrameBufferTester() argument
32 var tester = new FrameBufferTester(TimeSpan.FromSeconds(timeoutInSeconds)); in CreateFrameBufferTester()