We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9ae08 commit 2987b4dCopy full SHA for 2987b4d
qa/L0_model_update/instance_update_test.py
@@ -205,6 +205,7 @@ def test_gpu_cpu_instance_update(self):
205
self.__update_instance_count(
206
0, 0,
207
"{\ncount: 3\nkind: KIND_GPU\n},\n{\ncount: 1\nkind: KIND_CPU\n}")
208
+ time.sleep(0.1) # larger the gap for config.pbtxt timestamp to update
209
# Remove 1 GPU instance and add 1 CPU instance
210
211
1, 1,
0 commit comments